home *** CD-ROM | disk | FTP | other *** search
/ Aminet 37 / Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso / Aminet / util / time / SetDST.lha / SetDST-1.8 / C / CheckDST next >
Text File  |  2000-03-12  |  176b  |  11 lines

  1. ; $VER: CheckDST 1.2
  2.  
  3. failat 21
  4.  
  5. search env:TZONE SEARCH="#?(+|-|%)[0-9]#?[a-z]#?" PATTERN >NIL:
  6. if warn
  7.  echo "Standard time is in effect"
  8. else
  9.  echo "DST is in effect"
  10. endif
  11.